Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |get

std/data/string_map::|get


Usage

|get(map, key)

Parameters

↳ map: StringMap (std/data/string_map::StringMap)
↳ key: string

Return

Option<string>


Look up key in map and return its value, or none if the key is absent.